nhooyr.io/websocket.Conn.flateThreshold (field)

6 uses

	nhooyr.io/websocket (current package)
		conn.go#L52: 	flateThreshold int
		conn.go#L101: 		flateThreshold: cfg.flateThreshold,
		conn.go#L123: 	if c.flate() && c.flateThreshold == 0 {
		conn.go#L124: 		c.flateThreshold = 128
		conn.go#L126: 			c.flateThreshold = 512
		write.go#L169: 		if mw.opcode != opContinuation && len(p) >= mw.c.flateThreshold {